home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Precision Software Appli…tions Silver Collection 1
/
Precision Software Applications Silver Collection Volume One (PSM) (1993).iso
/
tutor
/
c1tutor.exe
/
FIRSTEX.C
< prev
next >
Wrap
C/C++ Source or Header
|
1987-07-04
|
119b
|
8 lines
main()
{
int index;
for (index = 0;index < 7;index = index + 1)
printf("First example program.\n");
}